home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p1657_0124_64bit.exe / [0] / HTMLBAR.ACP < prev    next >
Text File  |  2013-04-06  |  2KB  |  145 lines

  1. #TITLE=HTML
  2. ; EditPlus Auto-completion File v1.0 written by ES-Computing.
  3. ; This file is intended to be used by HTML Toolbar of EditPlus.
  4. ; <WARNING>
  5. ; This file is required for EditPlus to run correctly.
  6. ; You can modify only the content of each entry.
  7. ; Do not add/remove any entry.
  8. ; Do not modify title of each entry.
  9.  
  10. #CASE=n
  11.  
  12. #T=B
  13. <strong>^!</strong>
  14. #T=I
  15. <em>^!</em>
  16. #T=U
  17. <u>^!</u>
  18. #T=H1
  19. <h1>^!</h1>
  20. #T=H2
  21. <h2>^!</h2>
  22. #T=H3
  23. <h3>^!</h3>
  24. #T=H4
  25. <h4>^!</h4>
  26. #T=H5
  27. <h5>^!</h5>
  28. #T=H6
  29. <h6>^!</h6>
  30. #T=BR
  31. <br>
  32. #T=P
  33. <p>^!</p>
  34. #T=nb
  35.  
  36. #T=A
  37. <a href="">^!</a>
  38. #T=HR
  39. <hr>
  40. #T=IMG
  41. <img src="" width="" height="" border="0" alt="^!">
  42. #T=CENTER
  43. <center>^!</center>
  44. #T=BLOCKQUOTE
  45. <blockquote>^!</blockquote>
  46. #T=PRE
  47. <pre>^!</pre>
  48. #T=<!
  49. <!-- ^! -->
  50. #T=UL
  51. <ul>
  52.     <li>^!</li>
  53.     <li></li>
  54. </ul>
  55. #T=OL
  56. <ol>
  57.     <li>^!</li>
  58.     <li></li>
  59. </ol>
  60. #T=DL
  61. <dl>
  62.     <dt>^!</dt>
  63.     <dd></dd>
  64. </dl>
  65. #T=FORM
  66. <form method="post" action="">
  67.     ^!
  68. </form>
  69. #T=FRAME
  70. <frameset rows="^!," cols=",">
  71.     <frame src="" name="">
  72.     <frame src="" name="">
  73. </frameset>
  74. #T=MAP
  75. <map name="^!">
  76.     <area shape="" href="" coords="" alt="">
  77. </map>
  78. #T=SCRIPT
  79. <script type="text/javascript">
  80. <!--
  81.     ^!
  82. //-->
  83. </script>
  84. #T=APPLET
  85. <applet code="^!" width="" height="">
  86. </applet>
  87. #T=TEXT
  88. <input type="text" name="^!">
  89. #T=SELECT
  90. <select name="">
  91.     <option value="" selected>^!
  92.     <option value="">
  93. </select>
  94. #T=RADIO
  95. <input type="radio" name="^!">
  96. #T=CHECKBOX
  97. <input type="checkbox" name="^!">
  98. #T=TEXTAREA
  99. <textarea name="" rows="" cols="">^!</textarea>
  100. #T=RESET
  101. <input type="reset">
  102. #T=SUBMIT
  103. <input type="submit">
  104. #T=PASSWORD
  105. <input type="password" name="^!">
  106. #T=HIDDEN
  107. <input type="hidden" name="^!">
  108. #T=FORMIMAGE
  109. <input type="image" src="^!">
  110. #T=BUTTON
  111. <input type="button" value="^!" onclick="">
  112. #T=FONT
  113. <font size="" color="">^!</font>
  114. #T=TABLE
  115. <table>
  116.  
  117. #T=TABLE2
  118. </table>
  119. #T=TR
  120. <tr>
  121.  
  122. #T=TR2
  123. </tr>
  124.  
  125. #T=TD
  126.     <td>^!</td>
  127.  
  128. #T=TD2
  129.     <td></td>
  130.  
  131. #T=OBJECT
  132. <object id="%s" width="^!" height="" classid="clsid:%s">
  133. </object>
  134. #T=STYLE
  135. <style type="text/css">
  136.     ^!
  137. </style>
  138. #T=DIV
  139. <div id="" class="">
  140.     ^!
  141. </div>
  142. #T=SPAN
  143. <span class="">^!</span>
  144. #
  145.